Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 172,393 for

document formatting

(0.12 sec)
  1. ListLevel.number_position property | Aspose.Wor...

    ListLevel.number_position property. Returns or sets the position (in points) of the number or bullet for the list level....how to apply custom list formatting to paragraphs when using...DocumentBuilder. doc = aw . Document () # A list allows us to organize...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert XSLFO to MD in Android Apps | products....

    Render XSLFO to MD in Android Apps API without using Microsoft Excel or Adobe Reader...Why to Convert XSLFO (XSL Formatting Objects) is a markup language...language for XML document formatting. It is used to define the layout...

    products.aspose.com/total/android-java/conversi...
  3. C++ API to Convert XSLFO to DIF | products.aspo...

    Convert XSLFO to DIF via C++ API without using Microsoft Excel or Adobe Reader... XSLFO (XSL Formatting Objects) is an XML-based...used to define the formatting of a document. It is used to describe...

    products.aspose.com/total/cpp/conversion/xslfo-...
  4. DocumentBuilder.start_table method | Aspose.Wor...

    DocumentBuilder.start_table method. Starts a table in the Document....start_table() Starts a table in the document. def start_table ( self ):...custom borders. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font.bold property | Aspose.Words for Python

    Font.bold property. True if the font is formatted as bold....property True if the font is formatted as bold. @property def bold...Examples Shows how to insert formatted text using DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Net to replace a Word document Aspose.Words Product Family...var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo...

    forum.aspose.com/t/some-content-cannot-be-repla...
  7. Create flowchart style organization chart in VD...

    Python source code to create flowchart style organization chart in vdx file within any Python based application....organization chart in VDX document in Python Native and high...organization chart in VDX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-java/flowcha...
  8. ListLevelAlignment enumeration | Aspose.Words f...

    Aspose.Words.Lists.ListLevelAlignment enumeration. Specifies alignment for the list number or bullet....how to apply custom list formatting to paragraphs when using...DocumentBuilder. let doc = new aw . Document (); // A list allows us to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.EndTable | Aspose.Words for .NET

    Effortlessly conclude your Document tables with DocumentBuilder's EndTable method, ensuring seamless Formatting and professional presentation....method Ends a table in the document. public Table EndTable ()...how to format cells with a document builder. Document doc = new...

    reference.aspose.com/words/net/aspose.words/doc...
  10. DocumentBuilder.StartTable | Aspose.Words for .NET

    Effortlessly create professional tables in your Documents with DocumentBuilder's StartTable method. Enhance your Formatting with ease!...method Starts a table in the document. public Table StartTable ()...how to format cells with a document builder. Document doc = new...

    reference.aspose.com/words/net/aspose.words/doc...